home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 551-575 / disk_562 / fkeys / makefile < prev    next >
Makefile  |  1992-05-06  |  308b  |  21 lines

  1. #
  2. #        Makefile for Function Keys 1.1
  3. #
  4. # Macros
  5. #
  6. CFLAGS=+Irad:fkeys.pre
  7. #
  8. # Dependancy entries
  9. #
  10. fkeys: fkeys.o
  11.     ln +q fkeys.o detach.o -lc
  12. #
  13. fkeys.o: rad:fkeys.pre fkeys.c
  14.     cc -q $(CFLAGS) $*.c
  15. #
  16. rad:fkeys.pre: fkeys.pre
  17.     copy fkeys.pre rad:
  18. #
  19. fkeys.pre: includes.h
  20.     cc -a -q -o nil: +h $@ includes.h
  21.